Thanks to Sven Joachim <svenjoac@gmx.de> for the report and the patch,
and thanks to Philipp Kern <pkern@debian.org> for the 23.3+1-1.1 NMU
which included the patch.
Closes: #629567
confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
endif
+deb_host_multiarch := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
LDFLAGS := -g
CFLAGS := -DDEBIAN -g
confflags += --with-pop=yes
confflags += --enable-locallisppath=$(local_lpath)
+# multiarch compatibility
+confflags += --with-crt-dir=/usr/lib/$(deb_host_multiarch)
+
# x configure flags
confflags_x := $(confflags)
confflags_x += --with-x=yes